.baseDiv{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}

}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/*放大缩小再放大效果*/
@-webkit-keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}
@keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}


a{text-decoration: none;}

/*修改的信息*/
.mtitle,.mtxt,.mphone{letter-spacing: -1px!important;padding: 8px 0;color: #FFF;text-align: center}
.mtitle{font-weight: 500!important;}
.mtxt{letter-spacing: 0!important;font-weight: 100!important;}
.mphone span{color: #FFF;border-radius: 100px;padding: 25px 15px}



/*第二页修改*/

/*背景*/
.two_bg{position: absolute;background: url(../images/two.jpg) center no-repeat;width: 100%;height: 100%;top: 0;z-index: -1;}
.xiangmu{
    padding: 20px 0 1px 0;
}
.xiangmu_con{
    margin: 0 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 860px;
    height: 520px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 460px;
    overflow: hidden;
    border: 8px #fff solid;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 460px;
}
.xiangmu_des{
    width: 735px;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -367px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 640px;
    height: 90px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 6px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 50px;
    color: #333;
    font-size: 15px;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #333;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) -104px -15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
.xiangmu_des_r{
    float: right;
}
.xiangmu_des_r a{
    display: block;
    width: 95px;
    height: 90px;
    background: #0189e9;
    position: relative;
}
.xiangmu_des_r a::after{
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left:  -7.5px;
    background: url(../images/icon.png) -153px -5px;
}
.xiangmu_des:hover .xiangmu_des_r a{
    background: #333;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -515px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 455px;
}


/*第四页 */
.index4_bj{width: 100%; height: 100%;}
.four{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.flbt {
	text-align: center;
    padding-top: 8%;
    margin-bottom: 20px;
}
.flbt a{
	font-size: 45px;
	color: #1f72c2;
	font-weight: bold;
	position: relative;
}
.flbt a::after{
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    width: 100px;
    height: 50px;
    background: url(../images/slogo.png) center no-repeat;
    right: -110px;
}
.flbt a:hover{
	color: #ff7200
}

.flbt p {
	font-size: 15px;
	color: #666;
	line-height: 35px;
}
.zhuying{
	width: 90%;
	margin: 0 auto;
}


.dage {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 10px) / 4));
    column-gap: 5px;
    row-gap: 5px;
}

.dage li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=100);
    transition: all .5s ease;
    opacity: 1;
    transform: scale(1.1,1.1);
}


.e_line {
    border-top-style: solid;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
    max-width: 29px;
    margin: 5px auto;
}
.dage li img {
    width: 100%;
    height: 100%;
}

.dage li {
    background: #efefef;
    position: relative;
      width: 100%;
    overflow: hidden;
}

.texe {
    font-size: 14px;
    position: absolute;
    text-align: center;
    /*width: 100%;*/
    left:50%;    margin-left: -64px;
    top: 0%;    z-index: 9999;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.texe h2{
	font-size: 3rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.texe h3{
	    font-size: 1.8rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}

.des {
    font-size: 14px;
    position: absolute;
    top: 15% !important;
    right: 10% !important;
    text-align: right;
    color: #fff;
}
.des h2{
	font-size: 3rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.des h3{
	    font-size: 2rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}

.texe p {
    font-size: 10px;
}
.e_line {
    border-top-style: solid;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
    max-width: 29px;
    margin: 5px auto;
}

.dage li:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}




/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner1 .item.slick-current1 .scaleBg1{
	visibility: visible;
	-webkit-animation:scale-bg 0.5s linear forwards;
	animation:scale-bg 0.5s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(10px);
	-webkit-transition: all 100ms ease;
	transition: all 200ms ease;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.onetu{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}





.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

}
.index_main .section1 .index_banner .item .inner .block_txt .mphone{
	font-size: 24px;
	color: #fff;
}
.index_main .section1 .index_banner .item .inner .block_txt .mtitle{
	color: #fff;
	font-size: 48px;
	letter-spacing:1px;
}

.index_main .section1 .index_banner .item .inner .block_txt .mtxt{
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev.png);
	border: none!important;
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next.png);
	border: none!important;
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

.index_main .section2{
	overflow: hidden;
	background: none;
	width: 100%;
	height: 100%;
}
.index_main .section2 h3{
	/*text-align: center;*/
}
.index_main .section3{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*background: #ccc;*/
	background-size: 100% 100%;
}
.index_main .section3 h3{
	/*text-align: center;*/
}
.index_main .section4{
	overflow: hidden;
	background: none;
}
.index_main .section4 h3{
	/*text-align: center;*/
}
/*第四页*/
.index03{height: 100%;}
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.abtitle{
	padding-top:12%;
	margin-left: 10%
}

.abnr{
	font-size: 16px;
	color: #595959;
	line-height: 33px;
	margin-top: 30px;
	width: 800px;
	margin-left: 10%
}

.abmore{
	width: 140px;
	height: 40px;
	background: #f30202;
	border-radius: 50px;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
	margin-left: 10%
}
.abmore a{
	font-size: 17px;
	color: #fff;
	display: block;
}
.abmore:hover{
	background: #136dc9
}
.five_list{
    width: 1300px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    margin-top: 50px;
    background: #136dc9;
    border-radius: 5px;
    margin-left: 10%;
    height: 170px;
    position: relative;

}
.five_list::after{
    content: '';
    display: block;
    clear: both;
    
}
.five_list ul{
    overflow: inherit;
}
.five_list ul li{
    width: 15.5%;
    float: left;
    text-align: center;
    padding-bottom: 42px;
    position: relative;
    cursor: pointer;
}
.five_list ul li h3{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
}
.five_list ul li img{
    margin-top: 42px;
}
.five_active.li1{
    background: url(../images/2019041806.jpg);
}
.five_active.li2{
    background: url(../images/2019041807.jpg);
}
.five_active.li3{
    background: url(../images/2019041808.jpg);
}
.five_active.li4{
    background: url(../images/2019041809.jpg);
}
.five_active.li5{
    background: url(../images/2019041810.jpg);
}
.five_active{
    width: 107.6923%;
    background: url(../images/2019041806.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    padding-bottom: 52px;
    box-shadow: 0px 10px 40px -9px #fc6c00;
    opacity: 0;
    transform: translateY(230px);
    transition: .5s;
    height: 145px;
}
.five_active h3{
    color: #fff !important;
}
.five_li1.active .five_active.li1 {
    transform: translateY(0);
    opacity: 1;
}
.five_li2.active .five_active.li2 {
    transform: translateY(0);
    opacity: 1;
}
.five_li3.active .five_active.li3 {
    transform: translateY(0);
    opacity: 1;
}
.five_li4.active .five_active.li4 {
    transform: translateY(0);
    opacity: 1;
}
.five_li5.active .five_active.li5 {
    transform: translateY(0);
    opacity: 1;
}
.abimg{
    position: absolute;
    z-index: 999;
    right: -90px;
    top: -83px;
}



/*第五页*/
.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.five_bj{width: 1450px;margin: 0 auto;}
.five_left{width: 480px;height: 480px;background: #fff;padding: 10px;overflow: hidden;position: relative;box-shadow: 0 3px 10px #cacaca;margin-top: 2%;}
.five_left img{width: 100%}
.five_left:hover img{transition: all 1.2s;transform: scale(1.2, 1.2);}
.pro_litpic_cover{
    overflow: hidden;
    width: 350px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -175px;
    height: 100px;
}
.pro_litpic_cover span{
    float: left;
    height: 90px;
    background: #f00000;
    border-top-right-radius: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 11;
    width: 115px;
    text-align: center;
    left: 0;
    bottom:0;
}
.pro_litpic_cover span i{
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-style: normal;
    display: block;
}
.pro_litpic_cover span strong{
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    margin-top: 10px;
    display: block;
    width: 83px;
    text-align: center;
    margin: 8px auto;
    box-sizing: border-box;
    height: 24px;
    color: #000;
    line-height: 24px;
}

.pro_litpic_cover em{
    width: 100%;
    height: 75px;
    background:#0189e9;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 4%;
    box-sizing: border-box;
    border-radius: 5px;
}
.pro_litpic_cover em strong{
    font-weight: normal;
}
.pro_litpic_cover em p{
    font-size: 15px;
}
.pro_litpic_cover em div{
    position: absolute;
    right: 20px;
    top: 10px;
}
.pro_litpic_cover em div strong b{
	font-size: 17px;
	font-family: "Arial";
	font-weight: normal;
}


.five_right{width:1450px;height:478px;margin-top: 2%; background:url(../images/new1.png) no-repeat center;}
.five_right ul{
	width:1060px; height:400px; float:right; }
.five_right ul li{width: 336px;height: 360px;background: #fff;margin-left: 15px; margin-top:105px; float:left; margin-bottom: 15px;padding-top: 13px;}
.five_right ul li .xwimg{width: 306px;height: 175px;overflow: hidden;margin-left: 15px;}
.five_right ul li .xwimg img{width: 306px;height: 175px;}
.five_right ul li .xwtitle{width: 306px;margin-left: 20px;}
.five_right ul li .xwtitle .xwtit{color: #333;font-size: 17px;line-height: 45px;height: 45px;overflow: hidden;display: block;}
.five_right ul li .xwtitle p{
	font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.five_right ul li:hover .xwimg img{	transition: all 1.2s;transform: scale(1.2, 1.2);}
.five_right ul li:hover .xwtitle .xwtit{color: #1f72c2;padding-left: 16px;transition: all 1.2s;}
.five_right ul li .xwtitle .xwmore{width: 306px;height: 40px; border-bottom:#999 1px solid; display: block; text-align:left;line-height: 40px; color: #666;font-size: 22px;}
.five_right ul li .xwtitle .xwmore::after{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    width: 25px;
    height: 9px;
    background: url(../images/jt.jpg) center no-repeat;
    right: 15px;
} 

.five_right ul li:hover .xwtitle .xwmore{color: #ef2b1d}
/*第六页*/
.index_main .section6{background: none;overflow: hidden;}
.six{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1;}
.index6_bj{width: 100%; height: 100%;}
.sixbj{
	width: 1350px;
	margin: 0 auto;
}
.sixtel{position: relative;margin-right: 100px;}
.lxtel{
	margin-top: 20px;
}
.lxtel ul li{
	width: 490px;
	height: 55px;
	background:#0058c7;
	margin-bottom: 25px;
	line-height: 55px;
}
.lxtel ul li img{
	border-right: 1px #1f6cce solid;
	float: left;
}
.lxtel ul li p{
	float: right;
	width: 400px;
	color: #fff;
	font-size: 16px;
}
.lxtel ul li p span{
	font-size: 23px;
	font-family: "Arial"
}
.sycopy{
	font-size: 15px;
	color: #000
}
.sycopy a{
	color: #000;
}


.contel{width: 710px;position: absolute;left: 10%;top: 50%;}
.alogo{position: absolute;z-index: 222;right:25%;top: -100px;}
.dbewm{z-index: 222;position: absolute;left: 23%;top: -100px;}
.dbewm ul li{}
.dbewm ul li span{display: block;color: #fff;font-size: 15px;line-height: 40px;margin-bottom: 10px;}

.middle_box {display: table;width: 100%;height: 100%;}
.middle_box .middle {display: table-cell;vertical-align: middle;width: 100%;text-align: center;}

@keyframes bg_move{ 
	0% { transform:scale3d(1, 1, 1); } 
	50% { transform: scale3d(1.1, 1.1, 1.1); } 
	100% { transform: scale3d(1, 1, 1); } 
}
@-moz-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@-ms-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@-webkit-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
.ode_p2-line1 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 2s; opacity: 0; background:#0072c6;box-shadow: 1px 1px 36px rgba(0, 88, 199, .8); } 
.ode_p2-line2 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 4s; opacity: 0; background: rgba(0, 114, 198, .9);box-shadow: 1px 1px 36px rgba(0, 88, 199, .8);} 
.ode_p2-line3 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 6s; opacity: 0; background: rgba(0, 114, 198, .9);box-shadow: 1px 1px 36px rgba(0, 88, 199, .8);} 
.ode_p2-line4 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 8s; opacity: 0; background: rgba(0, 114, 198, .9);box-shadow: 1px 1px 36px rgba(0, 88, 199, .8);} 
@keyframes line1 { 
	0% { transform: scale(0); opacity: 1; } 
	50% { transform: scale(2); opacity: 1; } 
	100% { transform: scale(4); opacity: 0; } }




@media only screen and (max-width: 1930px){

	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}

}
@media only screen and (max-width: 1900px){}

@media only screen and (max-width: 1800px){
	.nav{margin-left: 5%;}
	.htel{margin-right: 0%;}
}

@media only screen and (max-width: 1730px){
	/*导航*/
    .head .head_logo{margin-left: 2%}

}

@media only screen and (max-width: 1600px){
	
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}
	.beijing{height: 260px;}
    /*第二屏*/
    .flbt{margin-top:50px  !important}
    .zhuying{margin-top: 35px;}


}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 18px;margin-top: 5px;}
}

@media only screen and (max-width: 1376px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 40px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 16px;}
	.index_main .section1 .index_banner .slick-arrow{background-size: auto 30px;}
	.flbt a{font-size: 30px;}
	.flbt a::after{width: 50px;height: 25px;background-size: 100%;right: -50px;top: 5px}
.beijing{height: 200px;}
/*导航*/
.head{
	height: 103px;
    background: url(../images/topbj.png) center top no-repeat;
    background-size: 100%;
}
.head_logo{margin-left: 6% !important}
.head_logo img{width: 80%;}
.nav{margin-left: 0 !important}
.nav .navMain .navLi a.a1{
	height: 75px;
    line-height: 75px;
    font-size: 15px;
}
.htel{width: 200px;}
.htel img{width: 75%}
/*第二屏*/
.abtitle img{width: 40%}
.abnr{font-size: 14px;}
.five_list{width: 890px;height: 130px;}
.five_list ul li img{margin-top: 30px;width: 30%;}
.five_list ul li h3{font-size: 13px;}
.five_active{height: 105px;}
.abimg{right: -200px;top: -60px;}
.abimg img{width: 63%;}
.flbt{margin-top: 20px !important;}
.flbt img{width: 23%}
.zhuying{margin-top: 0}

/*第四屏*/
.xiangmu_con>ul>li{width: 620px;height: 320px;}
.xiangmu_con>ul>li span{height: 270px;}
.xiangmu_des{width: 530px;height: 75px;margin-left: -265px;}
.xiangmu_des_l{width: 440px;height: 75px;padding:15px;}
.xiangmu_des_l em{font-size: 15px;}
.xiangmu_des_r a{width: 80px;height: 75px;}
.xiangmu_prev{margin-left: -400px;}
.xiangmu_next{margin-left: 330px;}

/*第五屏*/
.five_left{width: 450px;height: 310px !important;margin-top: 0;margin-left: 50px}
.five_left img{height: 310px !important;}
.five_right{float: left;margin-left: 15px;width: 700px;margin-top: 0;height: 350px;}
.five_right ul li{width: 700px;height: 87px;}
.five_right ul li .xwimg{width: 140px;height: 73px;}
.five_right ul li .xwimg img{width: 140px;height: 73px;}
.five_right ul li .xwtitle{width: 510px;}
.five_right ul li .xwtitle .xwtit{font-size: 15px;line-height: 40px;height: 40px;}
.five_right ul li .xwtitle p{font-size: 13px;line-height: 20px;}
.five_right ul li .xwtitle .xwmore{display: none;}
/*第六屏*/
.sixbj{}
.ode_p2-line1{width: 130px;height: 130px;}
.ode_p2-line2{width: 130px;height: 130px;}
.ode_p2-line3{width: 130px;height: 130px;}
.ode_p2-line4{width: 130px;height: 130px;}
.alogo img{width: 60%}
.dbewm ul li img{width: 70%}
.lxbt img{width: 75%}
.lxtel ul li{width: 400px;}
.lxtel ul li p{width: 300px;}
.contel{left: 5%}
}

@media only screen and (max-width: 1290px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 40px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 16px;}
	.index_main .section1 .index_banner .slick-arrow{background-size: auto 30px;}



}

@media only screen and (max-width: 992px){
	/*// 开始手机站*/
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}



.index4_bj{width: 100%; height: 100%;}
.four{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.flbt {
	text-align: center;
    padding-top: 8%;
    margin-bottom: 20px;
}
.flbt a{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.flbt a span{
	width:230px; height:70px; background:#005fe0; color:#FFF; border-radius: 50px; padding:8px;
}
.flbt a::after{
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    width: 100px;
    height: 50px;
    background: url(../images/slogo.png) center no-repeat;
    right: -110px;
}
.flbt a:hover{
	color: #ff7200;
}

.flbt p {
	font-size: 15px;
	color: #666;
	line-height: 35px;
}
.zhuying{
	width: 85%;
	margin: 0 auto;
	background:url(../images/a_b.jpg) no-repeat right;
}


.dage {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 10px) / 4));
    column-gap: 5px;
    row-gap: 5px;
}

.dage li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=100);
    transition: all .5s ease;
    opacity: 1;
    transform: scale(1.1,1.1);
}


.e_line {
    border-top-style: solid;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
    max-width: 29px;
    margin: 5px auto;
}
.dage li img {
    width: 740px;
    height: 570px;
}

.dage li {

    position: relative;
    width: 740px;
    overflow: hidden;
}

.texe {
    font-size: 14px;
    position: absolute;
    text-align: center;
    /*width: 100%;*/
    left:50%;    margin-left: -64px;
    top: 0%;    z-index: 9999;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.texe h2{
	font-size: 3rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.texe h3{
	    font-size: 1.8rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}

.des {
    font-size: 14px;
    position: absolute;
    top: 15% !important;
    right: 10% !important;
    text-align: right;
    color: #fff;
}
.des h2{
	font-size: 3rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.des h3{
	    font-size: 2rem;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}

.texe p {
    font-size: 10px;
}
.e_line {
    border-top-style: solid;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
    max-width: 29px;
    margin: 5px auto;
}

.dage li:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.classify{width: 1300px;margin: 0 auto;margin-top: 30px;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
.classify ul li{width: 200px;height: 50px;background: #136dc9;float: left;margin-right: 15px;border-radius: 25px;line-height: 50px;text-align: center;margin-bottom: 10px;}
.classify ul li a{color: #fff;font-size: 17px;display: block;}
.classify ul li:hover{background: #ed0000}



.caseList {
   	overflow:hidden;
	z-index:10;
	height:420px;  
	margin-top:2%;	
}
.box{
	overflow:hidden;
	z-index:10;
	height:420px;
	width: 85%;
	margin: 0 auto;

}
.caseList ul {
}
.caseList li{
	float:left;
	margin-right:15px;
	width:500px;
	height:420px;
    background:#fff;
    position: relative;
    padding: 10px;
}
.caseList li a.imga {
	display:block;
	width:500px;
	height:420px;
	transition: 0.5s;
	transform: rotate(360deg) scale(1, 1);
}
.caseList li .aT {
    display: block;
    width: 500px;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 15px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}
.caseList li .aT span{
	color:#fff;
    font-size:18px;
}
.box ul {
	width:9999px;
	position:relative;
	z-index:10;
	display: block;
}
.caseList .box ul {
	float:left;
}
.caseList li:hover .aT{display: none;}

.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgba(0, 0, 0, 0.6);
	height: 400px;
	opacity: 0;
	width: 100%;
}
.text-desc {
	transform: rotate(0deg) scale(0, 0);
	transition: 0.5s;
	opacity: 0;
	padding-top: 100px;
}
.caseList li:hover .text-desc {
	transform: rotate(360deg) scale(1, 1);
	opacity: 1;
	text-align: center;
}
.caseList li:hover .text-desc h3 a {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}
.caseList li:hover .text-desc p {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	font-family: "Arial";
	margin-top: 5px;
}
.myClass {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lc_con{
   width: 75%;
   margin: 0 auto;
    background: linear-gradient(to right, #01a971,#018ba9);

}
.lc_con ul li{
	float: left;
	display:block;


	text-align:center;

    
}
.lc_con ul li a{

		padding-left:2%; padding-right:2%;



}
.lc_con ul li a .flimg{


    margin: 0 auto;
  
    position: relative;

    
}
.lc_con ul li a .flimg img{


    height: 50px;
}
.lc_con ul li.active{
	background:#ff7200;

}
.lc_con ul li a .flimg span{
	display: block;
	margin-left:10.5px;
	margin-right:10.5px;






    text-align: center;

    color: #fff;
    font-size: 18px;
}



.about_c{
	width:1360px; height:500px; margin:0px auto; padding-top:260px; background:url(../images/about.png) no-repeat bottom;}
	
	
.about_r{
	width:690px; height:500px; float:left; }
.about_r p{
	line-height:36px; font-size:16px; margin-top:30px;}
.dianhua01{
	 background:url(../images/dianhua01.png) no-repeat left; width:505px; height:75px; line-height:75px; color:#FFF; font-size:30px; padding-left:60px; margin-top:30px;}

.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 450px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    margin: 10px 0;
    height: 460px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
background: linear-gradient(to right, #01a971,#018ba9);
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
	font-size:16px;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 28px;
    font-family: "Arial";
    vertical-align: middle;
    font-weight: normal;

}
.case_phone ul li:nth-child(1){
    background: #fff ;
}
.case_phone ul li:hover{
    background: #ff7200;
	color:#FFF;
}


.lian_bioa{
	text-align:center; font-size:80px;  color:#FFF;  font-family:Impact; line-height:100px;}
.baiospan{
	text-align:center; font-size:24px; color:#fff;}
.lian_zhong{
	width:1150px; height:235px;  margin:20px auto;
	}
.lian_zhong ul li{
	width:345px; height:180px; float:left; text-align:center;  margin-left:25px; margin-right:26px; background:url(../images/c01.png) no-repeat center; padding-top:30px;
	}
	.lian_zhong ul li:nth-child(1){
 margin-left:10px;
	}
	.lian_zhong ul li:nth-child(3){
margin-right:0px;
	}
.lian_zhong ul li span{
	font-size:22px; color:#000;
	line-height:40px;
text-align:center;
	}
	
	
	
	.chan_more{
		width:475px; height:60px; background:#ff7200; margin:0px auto; margin-top:30px; border-radius: 50px; line-height:60px; text-align:center; font-size:24px; color:#FFF;}
		
		
		
